Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin manager: new timeout option #4603

Closed
dadoonet opened this issue Jan 3, 2014 · 0 comments
Closed

plugin manager: new timeout option #4603

dadoonet opened this issue Jan 3, 2014 · 0 comments
Assignees
Labels
>enhancement >test Issues or PRs that are addressing/adding tests v0.90.10 v1.0.0.RC1

Comments

@dadoonet
Copy link
Member

dadoonet commented Jan 3, 2014

When testing plugin manager with real downloads, it could happen that the test run forever. Fortunately, test suite will be interrupted after 20 minutes, but it could be useful not to fail the whole test suite but only warn in that case.

By default, plugin manager still wait indefinitely but it can be modified using new --timeout option:

bin/plugin --install elasticsearch/kibana --timeout 30s

bin/plugin --install elasticsearch/kibana --timeout 1h
@ghost ghost assigned dadoonet Jan 3, 2014
dadoonet added a commit that referenced this issue Jan 3, 2014
When testing plugin manager with real downloads, it could happen that the test run forever. Fortunately, test suite will be interrupted after 20 minutes, but it could be useful not to fail the whole test suite but only warn in that case.

By default, plugin manager still wait indefinitely but it can be modified using new `--timeout` option:

```sh
bin/plugin --install elasticsearch/kibana --timeout 30s

bin/plugin --install elasticsearch/kibana --timeout 1h
```

Closes #4603.
Closes #4600.
brusic pushed a commit to brusic/elasticsearch that referenced this issue Jan 19, 2014
When testing plugin manager with real downloads, it could happen that the test run forever. Fortunately, test suite will be interrupted after 20 minutes, but it could be useful not to fail the whole test suite but only warn in that case.

By default, plugin manager still wait indefinitely but it can be modified using new `--timeout` option:

```sh
bin/plugin --install elasticsearch/kibana --timeout 30s

bin/plugin --install elasticsearch/kibana --timeout 1h
```

Closes elastic#4603.
Closes elastic#4600.
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
When testing plugin manager with real downloads, it could happen that the test run forever. Fortunately, test suite will be interrupted after 20 minutes, but it could be useful not to fail the whole test suite but only warn in that case.

By default, plugin manager still wait indefinitely but it can be modified using new `--timeout` option:

```sh
bin/plugin --install elasticsearch/kibana --timeout 30s

bin/plugin --install elasticsearch/kibana --timeout 1h
```

Closes elastic#4603.
Closes elastic#4600.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement >test Issues or PRs that are addressing/adding tests v0.90.10 v1.0.0.RC1
Projects
None yet
Development

No branches or pull requests

1 participant